home *** CD-ROM | disk | FTP | other *** search
/ Stuart Little 2 Press Kit / Stuart Little 2 Press Kit.iso / pc / SL2.dxr / New Save Image Cast_42_DL_toMegCounter.ls < prev    next >
Encoding:
Text File  |  2002-06-24  |  168 b   |  14 lines

  1. on mouseEnter
  2.   sprite(84).member = "BUT_DLF_RO"
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave
  7.   sprite(84).member = "But_DLF"
  8.   cursor(0)
  9. end
  10.  
  11. on mouseDown
  12.   go("Meg counter")
  13. end
  14.